ExportDFunctions

Iterates through a module and generates export function declaration for each @ExportD function found on it. If the class itself is @ExportD, it will create a method new(ClassName) to be exported too

Members

Mixins

__anonymous
mixin ExportDFunctionsImpl!(mem, __traits(getMember, mod, member))
Undocumented in source.

Meta